{strip} {assign var=products_count value=$this->myFavoritProductsCount()}
{$this->lang['Favorite_products']} {$products_count}
{foreach $q as $product} {assign var="author" value=$this->getUserDetails($product.userid)} {assign var="mutual_friends_c" value=$this->getMutualFriends($author.id,1,1)} {assign var="edit_product" value=1}
{$product.product_location}
{$product.price} {$this->settings['MARKETPLACE_CURRENCY']}
{$product.product_location}
{$author.fullname} {if $mutual_friends_c > 0}{/if}
{$this->time_elapsed($product.added)}
{foreachelse} {$this->info_msg($this->lang['you_dont_have_favorites_products'])} {/foreach}
{/strip}